projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce0b639
)
core: Fix gcc uninitialized-variable warning
author
Colin Walters
<walters@verbum.org>
Tue, 1 May 2012 22:52:49 +0000
(18:52 -0400)
committer
Colin Walters
<walters@verbum.org>
Tue, 1 May 2012 22:53:00 +0000
(18:53 -0400)
src/libostree/ostree-repo.c
patch
|
blob
|
history
diff --git
a/src/libostree/ostree-repo.c
b/src/libostree/ostree-repo.c
index 3fcf0840ccdc77a66886f5ab72df105eb2da31b8..bfba32579fd9e3962d9479e3f561fd86943a871e 100644
(file)
--- a/
src/libostree/ostree-repo.c
+++ b/
src/libostree/ostree-repo.c
@@
-3439,7
+3439,7
@@
find_object_in_packs (OstreeRepo *self,
{
gboolean ret = FALSE;
guint i;
- guint64 ret_pack_offset;
+ guint64 ret_pack_offset
= 0
;
gboolean is_meta;
ot_lptrarray GPtrArray *index_checksums = NULL;
ot_lfree char *ret_pack_checksum = NULL;